Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pkgload() and info.py files. #58

Closed
wants to merge 2 commits into from

Conversation

rgommers
Copy link
Member

In preparation for the 0.10 release, remove the dependence on numpy's _import_tools.pkgload (which is to be deprecated) and move the module docstrings into info.py.

This was discussed before in numpy/numpy#67. Closes #1418.

There was one minor issue with the scipy.io docstring - I had to change u""" into """ in order for the IPython ? functionality to work on that docstring. Looks like a bug in ipython 0.10 to me. Encoding is still declared at the top of the file, so the change shouldn't give any problems.

@rgommers
Copy link
Member Author

This also fixes http://projects.scipy.org/scipy/ticket/1501

@rgommers
Copy link
Member Author

Merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory leaking (Trac #891)
1 participant